home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_9990.txt < prev    next >
Text File  |  1988-09-16  |  2KB  |  62 lines

  1. -- card: 9990 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2499
  5. -- name: Programming 4
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Programming" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=25 top=321 right=339 bottom=91
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Previous
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (button)
  33. -- low flags: 00
  34. -- high flags: 8003
  35. -- rect: left=439 top=322 right=340 bottom=485
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go to next card
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part contents for background part 1
  52. ----- text -----
  53. You can go to the program page by clicking in the "Program" field when it is showing (i.e. when you are in program mode).  You may edit the program by typing in or deleting program steps.  You may also use Cmd-X (Cut), Cmd-C (Copy) and Cmd-V (paste).  Be sure that you do not leave any blank lines within the program list; the program will stop at the first blank line it encounters and reset to the start.  Note that the number key entries are entered in the program as  '1, '2, '3, and so on.  The program can be erased with the [ClP] key only while in the program mode.
  54.  
  55. Click in the return arrow to go back to the calculator from the program page.  The program mode is turned off after returning.
  56.  
  57. You can leave a couple of blank lines after the program and then put in instructions for using it.  A program called "Quadratic Roots" that shows this was left in the calculator when it was distributed.  You can save the program as noted below.
  58.  
  59.  
  60. -- part contents for background part 6
  61. ----- text -----
  62. Programming